chore(deps): switch sitemap_generator to rubygems#2603
Merged
mroderick merged 1 commit intoMay 4, 2026
Conversation
Switch from GitHub source to RubyGems for improved stability. - Remove GitHub lock (was waiting for version > 6.3.0) - Use RubyGems version 7.0.1 with ~> 7.0 constraint - sitemap_generator 7.x includes Rails 8 support The sitemap:refresh rake task works correctly with the new version.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Switch
sitemap_generatorfrom GitHub source to RubyGems for improved stability.Changes
~> 7.0constraintsitemap_generator7.x includes Rails 8 supportWhy
The dependency was locked to GitHub because we needed a version higher than 6.3.0, which wasn't available on RubyGems at the time. Version 7.0.1 is now available on RubyGems, allowing us to use the standard gem source.
Benefits:
Verification
bundle installsucceedsbundle exec rake sitemap:refreshworks correctlypublic/sitemap.xml.gzis generated successfullyBreaking Changes Assessment
sitemap_generator 7.0 has some breaking changes that don't affect this project:
createwith a block